Author: vitek
Date: Mon Jun 16 09:25:35 2008
New Revision: 668223

URL: http://svn.apache.org/viewvc?rev=668223&view=rev
Log:
2008-06-16  Travis Vitek  <[EMAIL PROTECTED]>

        STDCXX-916
        * rw/_meta_help.h: Update header guard to reflect
        the name of the header it is used in.
        * rw/_meta_sign.h: Ditto.
        * rw/_meta_ptr.h: Ditto.
        * rw/_meta_cv.h: Ditto.
        * rw/_meta_prop.h: Ditto.
        * rw/_meta_other.h: Ditto.
        * rw/_meta_arr.h: Ditto.
        * rw/_meta_comp.h: Ditto.
        * rw/_meta_cat.h: Ditto.
        * rw/_meta_ref.h: Ditto.
        * rw/_meta_rel.h: Ditto.


Modified:
    stdcxx/branches/4.3.x/include/rw/_meta_arr.h
    stdcxx/branches/4.3.x/include/rw/_meta_cat.h
    stdcxx/branches/4.3.x/include/rw/_meta_comp.h
    stdcxx/branches/4.3.x/include/rw/_meta_cv.h
    stdcxx/branches/4.3.x/include/rw/_meta_help.h
    stdcxx/branches/4.3.x/include/rw/_meta_other.h
    stdcxx/branches/4.3.x/include/rw/_meta_prop.h
    stdcxx/branches/4.3.x/include/rw/_meta_ptr.h
    stdcxx/branches/4.3.x/include/rw/_meta_ref.h
    stdcxx/branches/4.3.x/include/rw/_meta_rel.h
    stdcxx/branches/4.3.x/include/rw/_meta_sign.h

Modified: stdcxx/branches/4.3.x/include/rw/_meta_arr.h
URL: 
http://svn.apache.org/viewvc/stdcxx/branches/4.3.x/include/rw/_meta_arr.h?rev=668223&r1=668222&r2=668223&view=diff
==============================================================================
--- stdcxx/branches/4.3.x/include/rw/_meta_arr.h (original)
+++ stdcxx/branches/4.3.x/include/rw/_meta_arr.h Mon Jun 16 09:25:35 2008
@@ -27,8 +27,8 @@
  *
  **************************************************************************/
 
-#ifndef _RWSTD_META_TRANS_ARR_H_INCLUDED
-#define _RWSTD_META_TRANS_ARR_H_INCLUDED
+#ifndef _RWSTD_RW_META_ARR_H_INCLUDED
+#define _RWSTD_RW_META_ARR_H_INCLUDED
 
 #include <rw/_defs.h>
 
@@ -106,4 +106,5 @@
 } // namespace __rw
 
 
-#endif   // _RWSTD_META_TRANS_ARR_H_INCLUDED
+#endif   // _RWSTD_RW_META_ARR_H_INCLUDED
+

Modified: stdcxx/branches/4.3.x/include/rw/_meta_cat.h
URL: 
http://svn.apache.org/viewvc/stdcxx/branches/4.3.x/include/rw/_meta_cat.h?rev=668223&r1=668222&r2=668223&view=diff
==============================================================================
--- stdcxx/branches/4.3.x/include/rw/_meta_cat.h (original)
+++ stdcxx/branches/4.3.x/include/rw/_meta_cat.h Mon Jun 16 09:25:35 2008
@@ -27,8 +27,8 @@
  *
  **************************************************************************/
 
-#ifndef _RWSTD_META_UNARY_CAT_H_INCLUDED
-#define _RWSTD_META_UNARY_CAT_H_INCLUDED
+#ifndef _RWSTD_RW_META_CAT_H_INCLUDED
+#define _RWSTD_RW_META_CAT_H_INCLUDED
 
 #include <rw/_defs.h>
 #include <rw/_meta_help.h>
@@ -349,4 +349,5 @@
 } // namespace __rw
 
 
-#endif   // _RWSTD_META_UNARY_CAT_H_INCLUDED
+#endif   // _RWSTD_RW_META_CAT_H_INCLUDED
+

Modified: stdcxx/branches/4.3.x/include/rw/_meta_comp.h
URL: 
http://svn.apache.org/viewvc/stdcxx/branches/4.3.x/include/rw/_meta_comp.h?rev=668223&r1=668222&r2=668223&view=diff
==============================================================================
--- stdcxx/branches/4.3.x/include/rw/_meta_comp.h (original)
+++ stdcxx/branches/4.3.x/include/rw/_meta_comp.h Mon Jun 16 09:25:35 2008
@@ -27,8 +27,8 @@
  *
  **************************************************************************/
 
-#ifndef _RWSTD_META_UNARY_COMP_H_INCLUDED
-#define _RWSTD_META_UNARY_COMP_H_INCLUDED
+#ifndef _RWSTD_RW_META_COMP_H_INCLUDED
+#define _RWSTD_RW_META_COMP_H_INCLUDED
 
 #include <rw/_defs.h>
 #include <rw/_meta_cat.h>
@@ -144,4 +144,5 @@
 } // namespace __rw
 
 
-#endif   // _RWSTD_META_UNARY_COMP_H_INCLUDED
+#endif   // _RWSTD_RW_META_COMP_H_INCLUDED
+

Modified: stdcxx/branches/4.3.x/include/rw/_meta_cv.h
URL: 
http://svn.apache.org/viewvc/stdcxx/branches/4.3.x/include/rw/_meta_cv.h?rev=668223&r1=668222&r2=668223&view=diff
==============================================================================
--- stdcxx/branches/4.3.x/include/rw/_meta_cv.h (original)
+++ stdcxx/branches/4.3.x/include/rw/_meta_cv.h Mon Jun 16 09:25:35 2008
@@ -27,8 +27,8 @@
  *
  **************************************************************************/
 
-#ifndef _RWSTD_META_TRANS_CV_H_INCLUDED
-#define _RWSTD_META_TRANS_CV_H_INCLUDED
+#ifndef _RWSTD_RW_META_CV_H_INCLUDED
+#define _RWSTD_RW_META_CV_H_INCLUDED
 
 #include <rw/_defs.h>
 #include <rw/_meta_cat.h>
@@ -159,4 +159,5 @@
 } // namespace __rw
 
 
-#endif   // _RWSTD_META_TRANS_CV_H_INCLUDED
+#endif   // _RWSTD_RW_META_CV_H_INCLUDED
+

Modified: stdcxx/branches/4.3.x/include/rw/_meta_help.h
URL: 
http://svn.apache.org/viewvc/stdcxx/branches/4.3.x/include/rw/_meta_help.h?rev=668223&r1=668222&r2=668223&view=diff
==============================================================================
--- stdcxx/branches/4.3.x/include/rw/_meta_help.h (original)
+++ stdcxx/branches/4.3.x/include/rw/_meta_help.h Mon Jun 16 09:25:35 2008
@@ -27,8 +27,8 @@
  *
  **************************************************************************/
 
-#ifndef _RWSTD_META_HELP_H_INCLUDED
-#define _RWSTD_META_HELP_H_INCLUDED
+#ifndef _RWSTD_RW_META_HELP_H_INCLUDED
+#define _RWSTD_RW_META_HELP_H_INCLUDED
 
 #include <rw/_defs.h>
 
@@ -80,4 +80,5 @@
 } // namespace __rw
 
 
-#endif   // _RWSTD_META_HELP_H_INCLUDED
+#endif   // _RWSTD_RW_META_HELP_H_INCLUDED
+

Modified: stdcxx/branches/4.3.x/include/rw/_meta_other.h
URL: 
http://svn.apache.org/viewvc/stdcxx/branches/4.3.x/include/rw/_meta_other.h?rev=668223&r1=668222&r2=668223&view=diff
==============================================================================
--- stdcxx/branches/4.3.x/include/rw/_meta_other.h (original)
+++ stdcxx/branches/4.3.x/include/rw/_meta_other.h Mon Jun 16 09:25:35 2008
@@ -27,8 +27,8 @@
  *
  **************************************************************************/
 
-#ifndef _RWSTD_META_OTHER_H_INCLUDED
-#define _RWSTD_META_OTHER_H_INCLUDED
+#ifndef _RWSTD_RW_META_OTHER_H_INCLUDED
+#define _RWSTD_RW_META_OTHER_H_INCLUDED
 
 #include <rw/_defs.h>
 #include <rw/_meta_cat.h>
@@ -253,4 +253,5 @@
 } // namespace __rw
 
 
-#endif   // _RWSTD_META_OTHER_H_INCLUDED
+#endif   // _RWSTD_RW_META_OTHER_H_INCLUDED
+

Modified: stdcxx/branches/4.3.x/include/rw/_meta_prop.h
URL: 
http://svn.apache.org/viewvc/stdcxx/branches/4.3.x/include/rw/_meta_prop.h?rev=668223&r1=668222&r2=668223&view=diff
==============================================================================
--- stdcxx/branches/4.3.x/include/rw/_meta_prop.h (original)
+++ stdcxx/branches/4.3.x/include/rw/_meta_prop.h Mon Jun 16 09:25:35 2008
@@ -27,8 +27,8 @@
  *
  **************************************************************************/
 
-#ifndef _RWSTD_META_UNARY_PROP_H_INCLUDED
-#define _RWSTD_META_UNARY_PROP_H_INCLUDED
+#ifndef _RWSTD_RW_META_PROP_H_INCLUDED
+#define _RWSTD_RW_META_PROP_H_INCLUDED
 
 #include <rw/_defs.h>
 #include <rw/_meta_cat.h>
@@ -475,4 +475,5 @@
 } // namespace __rw
 
 
-#endif   // _RWSTD_META_UNARY_PROP_H_INCLUDED
+#endif   // _RWSTD_RW_META_PROP_H_INCLUDED
+

Modified: stdcxx/branches/4.3.x/include/rw/_meta_ptr.h
URL: 
http://svn.apache.org/viewvc/stdcxx/branches/4.3.x/include/rw/_meta_ptr.h?rev=668223&r1=668222&r2=668223&view=diff
==============================================================================
--- stdcxx/branches/4.3.x/include/rw/_meta_ptr.h (original)
+++ stdcxx/branches/4.3.x/include/rw/_meta_ptr.h Mon Jun 16 09:25:35 2008
@@ -27,8 +27,8 @@
  *
  **************************************************************************/
 
-#ifndef _RWSTD_META_TRANS_PTR_H_INCLUDED
-#define _RWSTD_META_TRANS_PTR_H_INCLUDED
+#ifndef _RWSTD_RW_META_PTR_H_INCLUDED
+#define _RWSTD_RW_META_PTR_H_INCLUDED
 
 #include <rw/_defs.h>
 #include <rw/_meta_ref.h>
@@ -73,4 +73,5 @@
 } // namespace __rw
 
 
-#endif   // _RWSTD_META_TRANS_PTR_H_INCLUDED
+#endif   // _RWSTD_RW_META_PTR_H_INCLUDED
+

Modified: stdcxx/branches/4.3.x/include/rw/_meta_ref.h
URL: 
http://svn.apache.org/viewvc/stdcxx/branches/4.3.x/include/rw/_meta_ref.h?rev=668223&r1=668222&r2=668223&view=diff
==============================================================================
--- stdcxx/branches/4.3.x/include/rw/_meta_ref.h (original)
+++ stdcxx/branches/4.3.x/include/rw/_meta_ref.h Mon Jun 16 09:25:35 2008
@@ -27,8 +27,8 @@
  *
  **************************************************************************/
 
-#ifndef _RWSTD_META_TRANS_REF_H_INCLUDED
-#define _RWSTD_META_TRANS_REF_H_INCLUDED
+#ifndef _RWSTD_RW_META_REF_H_INCLUDED
+#define _RWSTD_RW_META_REF_H_INCLUDED
 
 #include <rw/_defs.h>
 #include <rw/_meta_cat.h>
@@ -145,4 +145,5 @@
 } // namespace __rw
 
 
-#endif   // _RWSTD_META_TRANS_REF_H_INCLUDED
+#endif   // _RWSTD_RW_META_REF_H_INCLUDED
+

Modified: stdcxx/branches/4.3.x/include/rw/_meta_rel.h
URL: 
http://svn.apache.org/viewvc/stdcxx/branches/4.3.x/include/rw/_meta_rel.h?rev=668223&r1=668222&r2=668223&view=diff
==============================================================================
--- stdcxx/branches/4.3.x/include/rw/_meta_rel.h (original)
+++ stdcxx/branches/4.3.x/include/rw/_meta_rel.h Mon Jun 16 09:25:35 2008
@@ -27,8 +27,8 @@
  *
  **************************************************************************/
 
-#ifndef _RWSTD_META_REL_H_INCLUDED
-#define _RWSTD_META_REL_H_INCLUDED
+#ifndef _RWSTD_RW_META_REL_H_INCLUDED
+#define _RWSTD_RW_META_REL_H_INCLUDED
 
 #include <rw/_defs.h>
 
@@ -206,4 +206,5 @@
 } // namespace __rw
 
 
-#endif   // _RWSTD_META_REL_H_INCLUDED
+#endif   // _RWSTD_RW_META_REL_H_INCLUDED
+

Modified: stdcxx/branches/4.3.x/include/rw/_meta_sign.h
URL: 
http://svn.apache.org/viewvc/stdcxx/branches/4.3.x/include/rw/_meta_sign.h?rev=668223&r1=668222&r2=668223&view=diff
==============================================================================
--- stdcxx/branches/4.3.x/include/rw/_meta_sign.h (original)
+++ stdcxx/branches/4.3.x/include/rw/_meta_sign.h Mon Jun 16 09:25:35 2008
@@ -27,8 +27,8 @@
  *
  **************************************************************************/
 
-#ifndef _RWSTD_META_TRANS_SIGN_H_INCLUDED
-#define _RWSTD_META_TRANS_SIGN_H_INCLUDED
+#ifndef _RWSTD_RW_META_SIGN_H_INCLUDED
+#define _RWSTD_RW_META_SIGN_H_INCLUDED
 
 #include <rw/_defs.h>
 #include <rw/_meta_other.h>
@@ -288,4 +288,5 @@
 } // namespace __rw
 
 
-#endif   // _RWSTD_META_TRANS_SIGN_H_INCLUDED
+#endif   // _RWSTD_RW_META_SIGN_H_INCLUDED
+


Reply via email to