Switch from NDNx to CCNx
Change-Id: Icc2e6dd95d9c4e0ba22b7efb9933c1db7194842e
diff --git a/src/sync-state-helper.h b/src/sync-state-helper.h
index 435ef9a..410bb8c 100644
--- a/src/sync-state-helper.h
+++ b/src/sync-state-helper.h
@@ -40,8 +40,8 @@
string strLocator = state.locator();
sqlite3_int64 seq = state.seq();
- os << "Name: " << Ccnx::Name((const unsigned char *)strName.c_str(), strName.size())
- << ", Locator: " << Ccnx::Name((const unsigned char *)strLocator.c_str(), strLocator.size())
+ os << "Name: " << Ndnx::Name((const unsigned char *)strName.c_str(), strName.size())
+ << ", Locator: " << Ndnx::Name((const unsigned char *)strLocator.c_str(), strLocator.size())
<< ", seq: " << seq << std::endl;
index ++;
}