Changeset 4836 for source/ariba/utility/bootstrap/BootstrapManager.h
- Timestamp:
- Jul 9, 2009, 1:50:37 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/utility/bootstrap/BootstrapManager.h
r4733 r4836 73 73 74 74 enum BootstrapType { 75 BootstrapTypeMulticastDns, 75 BootstrapTypeMulticastDns, // use mDNS bootstrapping 76 76 }; 77 77 … … 82 82 }; 83 83 84 RegistrationResult registerAllModules(); 84 85 RegistrationResult registerModule(BootstrapType type); 86 RegistrationResult unregisterAllModules(); 85 87 RegistrationResult unregisterModule(BootstrapType type); 86 88 … … 88 90 void unregisterCallback(BootstrapInformationCallback* _callback); 89 91 90 void publish(string name, string info );92 void publish(string name, string info1, string info2, string info3); 91 93 void revoke(string name); 92 94 93 95 protected: 94 virtual void onBootstrapServiceFound(string name, string info );96 virtual void onBootstrapServiceFound(string name, string info1, string info2, string info3); 95 97 96 98 private:
Note:
See TracChangeset
for help on using the changeset viewer.