You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2012/10/24 22:23:24 UTC

svn commit: r1401859 - in /activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq: core/ActiveMQConstants.h io/LoggingOutputStream.h

Author: tabish
Date: Wed Oct 24 20:23:23 2012
New Revision: 1401859

URL: http://svn.apache.org/viewvc?rev=1401859&view=rev
Log:
small code cleanups.

Modified:
    activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/core/ActiveMQConstants.h
    activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/io/LoggingOutputStream.h

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/core/ActiveMQConstants.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/core/ActiveMQConstants.h?rev=1401859&r1=1401858&r2=1401859&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/core/ActiveMQConstants.h (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/core/ActiveMQConstants.h Wed Oct 24 20:23:23 2012
@@ -14,8 +14,8 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-#ifndef ACTIVEMQ_CORE_ACTIVEMQCONSTANTS_H_
-#define ACTIVEMQ_CORE_ACTIVEMQCONSTANTS_H_
+#ifndef _ACTIVEMQ_CORE_ACTIVEMQCONSTANTS_H_
+#define _ACTIVEMQ_CORE_ACTIVEMQCONSTANTS_H_
 
 #include <string>
 #include <map>
@@ -143,4 +143,4 @@ namespace core{
 
 }}
 
-#endif /*ACTIVEMQ_CORE_ACTIVEMQCONSTANTS_H_*/
+#endif /*_ACTIVEMQ_CORE_ACTIVEMQCONSTANTS_H_*/

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/io/LoggingOutputStream.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/io/LoggingOutputStream.h?rev=1401859&r1=1401858&r2=1401859&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/io/LoggingOutputStream.h (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/io/LoggingOutputStream.h Wed Oct 24 20:23:23 2012
@@ -15,8 +15,8 @@
  * limitations under the License.
  */
 
-#ifndef ACTIVEMQ_IO_LOGGINGOUTPUTSTREAM_H_
-#define ACTIVEMQ_IO_LOGGINGOUTPUTSTREAM_H_
+#ifndef _ACTIVEMQ_IO_LOGGINGOUTPUTSTREAM_H_
+#define _ACTIVEMQ_IO_LOGGINGOUTPUTSTREAM_H_
 
 #include <activemq/util/Config.h>
 #include <decaf/io/FilterOutputStream.h>
@@ -66,4 +66,4 @@ namespace io{
 
 }}
 
-#endif /*ACTIVEMQ_IO_LOGGINGOUTPUTSTREAM_H_*/
+#endif /*_ACTIVEMQ_IO_LOGGINGOUTPUTSTREAM_H_*/