]> git.saurik.com Git - cycript.git/blobdiff - Pooling.hpp
Use Type as the prototype-bridge for metaclasses.
[cycript.git] / Pooling.hpp
index 67b8a1488418f242f6e3f45ce2301bb03bb04c7b..db69c7df9e4f96f7f9f4683533cf956d17603c96 100644 (file)
@@ -1,5 +1,5 @@
 /* Cycript - Optimizing JavaScript Compiler/Runtime
 /* Cycript - Optimizing JavaScript Compiler/Runtime
- * Copyright (C) 2009-2010  Jay Freeman (saurik)
+ * Copyright (C) 2009-2012  Jay Freeman (saurik)
 */
 
 /* GNU Lesser General Public License, Version 3 {{{ */
 */
 
 /* GNU Lesser General Public License, Version 3 {{{ */
@@ -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>
 
 #include <apr_pools.h>
 #include <apr_strings.h>
@@ -169,4 +169,4 @@ class CYLocalPool :
 #define $pool \
     CYLocal<apr_pool_t>::Get()
 
 #define $pool \
     CYLocal<apr_pool_t>::Get()
 
-#endif/*CYPOOLING_HPP*/
+#endif/*CYCRIPT_POOLING_HPP*/