Changeset 5767 for source/ariba
- Timestamp:
- Aug 7, 2009, 12:15:47 PM (15 years ago)
- Location:
- source/ariba
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/AribaModule.cpp
r5417 r5767 213 213 } 214 214 215 const string AribaModule::getLocalEndpoints() { 216 return base_comm->getEndpointDescriptor().toString(); 217 } 218 215 219 } // namespace ariba -
source/ariba/AribaModule.h
r5316 r5767 150 150 const vector<string> getProperties() const; ///< @see Module.h 151 151 152 /** 153 * Get the local endpoint information 154 */ 155 const string getLocalEndpoints(); 156 152 157 private: 153 158 // bootstrap node -
source/ariba/communication/BaseCommunication.h
r5624 r5767 202 202 void unregisterEventListener(CommunicationEvents* _events); 203 203 204 public:205 206 204 /// called when a system event is emitted by system queue 207 205 virtual void handleSystemEvent(const SystemEvent& event);
Note:
See TracChangeset
for help on using the changeset viewer.