Changeset 5767


Ignore:
Timestamp:
Aug 7, 2009, 12:15:47 PM (15 years ago)
Author:
Christoph Mayer
Message:

major gui update

Location:
source/ariba
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/AribaModule.cpp

    r5417 r5767  
    213213}
    214214
     215const string AribaModule::getLocalEndpoints() {
     216        return base_comm->getEndpointDescriptor().toString();
     217}
     218
    215219} // namespace ariba
  • source/ariba/AribaModule.h

    r5316 r5767  
    150150        const vector<string> getProperties() const; ///< @see Module.h
    151151
     152        /**
     153         * Get the local endpoint information
     154         */
     155        const string getLocalEndpoints();
     156
    152157private:
    153158        // bootstrap node
  • source/ariba/communication/BaseCommunication.h

    r5624 r5767  
    202202        void unregisterEventListener(CommunicationEvents* _events);
    203203
    204 public:
    205 
    206204        /// called when a system event is emitted by system queue
    207205        virtual void handleSystemEvent(const SystemEvent& event);
Note: See TracChangeset for help on using the changeset viewer.