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

Diff of /usata2/src/log.cpp

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

revision 1.12 by Descender, Mon Dec 27 00:28:58 2004 UTC revision 1.13 by Descender, Mon Dec 27 01:07:49 2004 UTC
# Line 16  Line 16 
16    
17  #include <iostream>  #include <iostream>
18  #include <list>  #include <list>
   
19  #include <map>  #include <map>
20    
21  #include <boost/bind.hpp>  #include <boost/bind.hpp>
22  #include <boost/format.hpp>  #include <boost/format.hpp>
23  #include <boost/thread.hpp>  #include <boost/thread.hpp>
# Line 32  namespace usata Line 32  namespace usata
32    
33                  BufferedStreamCommit commit;                  BufferedStreamCommit commit;
34    
35                    //! \brief Logging target for standard output
36                  class TargetStdout                  class TargetStdout
37                          : public Target                          : public Target
38                  {                  {
39                  public:                  public:
40    
41                            //! \brief Default constructor
42                          TargetStdout()                          TargetStdout()
43                          {}                          {}
44    
# Line 71  namespace usata Line 73  namespace usata
73                  };                  };
74    
75    
                 // Server class implementation  
   
76                  class ServerImpl                  class ServerImpl
77                  {                  {
78                  public:                  public:

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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