Subversion Repositories HomeAutomation

Rev

Rev 1947 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 1947 Rev 2107
Line 56... Line 56...
56
    std::string GetName();
56
    std::string GetName();
57
    ExportFunctionList& GetExportFunctions();
57
    ExportFunctionList& GetExportFunctions();
58
   
58
   
59
    virtual void InitializeDone();
59
    virtual void InitializeDone();
60
    virtual void CallOutput(unsigned int request_id, std::string output);
60
    virtual void CallOutput(unsigned int request_id, std::string output);
-
 
61
    virtual void CallResult(unsigned int request_id, std::string output);
61
   
62
 
62
protected:
63
protected:
63
    typedef boost::shared_ptr<char> TrackerPointer;
64
    typedef boost::shared_ptr<char> TrackerPointer;
64
   
65
   
65
    std::string name_;
66
    std::string name_;