/[usata]/usata2/src/object.hpp
ViewVC logotype

Diff of /usata2/src/object.hpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by skunix, Mon Jan 10 06:58:12 2005 UTC revision 1.11 by skunix, Mon Jan 10 20:10:20 2005 UTC
# Line 49  namespace usata Line 49  namespace usata
49                                  virtual ~NodeMissingChild()throw(){}                                  virtual ~NodeMissingChild()throw(){}
50                  };                  };
51    
52                    class NodePathNotNode : public NodeException
53                    {
54                            public:
55                                    NodePathNotNode(const std::string &path,const std::string&);
56                    };
57    
58          }          }
59    
60          struct ResourceList          struct ResourceList
# Line 80  namespace usata Line 86  namespace usata
86          {          {
87                  public:                  public:
88                          static  std::string NodePathPop(std::string&);                          static  std::string NodePathPop(std::string&);
89                          virtual void add_child(const Object_sp&, std::string& path){};                          virtual void add(const Object_sp&, const std::string& path)
90                                                    throw (exceptions::NodeException);
91                          virtual void add_child(const Object_sp&){};                          virtual void add_child(const Object_sp&){};
92    
93                          virtual Object_sp get_child(const std::string&)=0;                          virtual Object_sp get_child(const std::string&)=0;

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26