]> git.saurik.com Git - cycript.git/blobdiff - Pooling.hpp
Standardized usage of header insulation naming: CYCRIPT_<path.upper().replace('/...
[cycript.git] / Pooling.hpp
index 67b8a1488418f242f6e3f45ce2301bb03bb04c7b..21baefa8e5e6de5b9224ea3dca31f4156c540dac 100644 (file)
@@ -19,8 +19,8 @@
 **/
 /* }}} */
 
-#ifndef CYPOOLING_HPP
-#define CYPOOLING_HPP
+#ifndef CYCRIPT_POOLING_HPP
+#define CYCRIPT_POOLING_HPP
 
 #include <apr_pools.h>
 #include <apr_strings.h>
@@ -169,4 +169,4 @@ class CYLocalPool :
 #define $pool \
     CYLocal<apr_pool_t>::Get()
 
-#endif/*CYPOOLING_HPP*/
+#endif/*CYCRIPT_POOLING_HPP*/