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

Diff of /usata2/src/object.cpp

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

revision 1.6 by skunix, Wed Jan 12 18:26:01 2005 UTC revision 1.7 by skunix, Sat Jan 15 19:25:19 2005 UTC
# Line 133  namespace exceptions Line 133  namespace exceptions
133    
134    
135  NodeMissingChild::NodeMissingChild(const std::string& nn, const std::string& cn)  NodeMissingChild::NodeMissingChild(const std::string& nn, const std::string& cn)
136  :       child_name(nn),  :       NodeException( (boost::format("%1% has no such child %2%") %cn%nn).str()),
137          container_name(cn),          child_name(nn),
138          NodeException( (boost::format("%1% has no such child %2%") %cn%nn).str())          container_name(cn)
139  {  {
140    
141  }  }
# Line 153  namespace exceptions Line 153  namespace exceptions
153                  (boost::format("[%2%] %1% is not a node")%path%base_node).str())                  (boost::format("[%2%] %1% is not a node")%path%base_node).str())
154          {          {
155                    
156          };          }
157    
158  }  }
159    

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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