You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2006/09/15 10:12:49 UTC

svn commit: r446541 - /incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/logger/Logger.h

Author: chirino
Date: Fri Sep 15 01:12:49 2006
New Revision: 446541

URL: http://svn.apache.org/viewvc?view=rev&rev=446541
Log:
Commenting out some methods that have not been implemented so that the build works

Modified:
    incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/logger/Logger.h

Modified: incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/logger/Logger.h
URL: http://svn.apache.org/viewvc/incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/logger/Logger.h?view=diff&rev=446541&r1=446540&r2=446541
==============================================================================
--- incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/logger/Logger.h (original)
+++ incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/logger/Logger.h Fri Sep 15 01:12:49 2006
@@ -105,7 +105,7 @@
          * has been assigned to use.
          * @returns a list of handlers that are used by this logger
          */        
-        virtual const std::list<Handler*>& getHandlers(void) const;
+        // virtual const std::list<Handler*>& getHandlers(void) const;
         
         /**
          * Set a filter to control output on this Logger.
@@ -290,11 +290,11 @@
          * @param line the line number where the log was generated
          * @param fnctionName name of the function that logged this
          * @param message the message to log
-         */
         virtual void throwing( const std::string& file,
                                const int line,
                                const std::string fnctionName,
                                const std::string& message );
+         */
         
         /**
          * Check if a message of the given level would actually be logged