Ignore:
Timestamp:
Jul 9, 2009, 1:50:37 PM (16 years ago)
Author:
Christoph Mayer
Message:

einige avahi fixes und ablauf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/utility/bootstrap/BootstrapManager.h

    r4733 r4836  
    7373
    7474        enum BootstrapType {
    75                 BootstrapTypeMulticastDns,
     75                BootstrapTypeMulticastDns,      // use mDNS bootstrapping
    7676        };
    7777
     
    8282        };
    8383
     84        RegistrationResult registerAllModules();
    8485        RegistrationResult registerModule(BootstrapType type);
     86        RegistrationResult unregisterAllModules();
    8587        RegistrationResult unregisterModule(BootstrapType type);
    8688
     
    8890        void unregisterCallback(BootstrapInformationCallback* _callback);
    8991
    90         void publish(string name, string info);
     92        void publish(string name, string info1, string info2, string info3);
    9193        void revoke(string name);
    9294
    9395protected:
    94         virtual void onBootstrapServiceFound(string name, string info);
     96        virtual void onBootstrapServiceFound(string name, string info1, string info2, string info3);
    9597
    9698private:
Note: See TracChangeset for help on using the changeset viewer.