~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/global.h

  • Committer: Brian Aker
  • Date: 2009-03-22 21:27:04 UTC
  • mfrom: (960.2.22 mordred)
  • Revision ID: brian@tangent.org-20090322212704-ysn4mkkjg2u9kv22
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
#  error SHARED_PTR_NAMESPACE not defined, configure error!
94
94
# endif
95
95
# if defined(SHARED_PTR_NAMESPACE)
96
 
using SHARED_PTR_NAMESPACE::shared_ptr;
 
96
//We aren't using this yet - don't actually put in code yet.
 
97
//using SHARED_PTR_NAMESPACE::shared_ptr;
97
98
# endif
98
99
#endif /* defined(SHARED_PTR_NAMESPACE) */
99
100