commit | 96974e0312dcda5064d277909cdc4403541f0285 | [log] [tgz] |
---|---|---|
author | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Wed Oct 17 13:51:31 2012 -0700 |
committer | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Wed Oct 17 13:51:31 2012 -0700 |
tree | e9c25d0fb0754ddfacb58b1cc3ce09390bd838e0 | |
parent | 9587cd6f26b1e6683cf96025388bcb8867216655 [diff] [blame] |
make private to protect in sync-ccnx-wrapper
diff --git a/include/sync-ccnx-wrapper.h b/include/sync-ccnx-wrapper.h index 6ffba7b..f0f8d8c 100644 --- a/include/sync-ccnx-wrapper.h +++ b/include/sync-ccnx-wrapper.h
@@ -118,7 +118,7 @@ std::string getLocalPrefix (); -private: +protected: void connectCcnd(); @@ -144,7 +144,7 @@ int sendInterest (const std::string &strInterest, void *dataPass); /// @endcond -private: +protected: ccn* m_handle; ccn_keystore *m_keyStore; ccn_charbuf *m_keyLoactor;