<?xml version="1.0"?>
<paste-with-annotations>
  <paste>
    <number>
      <integer>94613</integer>
    </number>
    <user>
      <string>Psy|</string>
    </user>
    <title>
      <string>How to make a ObjC++ class compatible with C</string>
    </title>
    <contents>
      <string>#ifdef __cplusplus
#define CXX_TYPE(x) x
#else
#define CXX_TYPE(x) void*
#endif

@interface MyClass : NSObject
{
    CXX_TYPE(std::string) cxx_str;
}
@end</string>
    </contents>
    <universal-time>
      <integer>3474680153</integer>
    </universal-time>
    <channel>
      <string>#macosxdev</string>
    </channel>
    <colorization-mode>
      <string>Objective C</string>
    </colorization-mode>
    <maybe-spam>
      <null/>
    </maybe-spam>
    <is-unicode>
      <keyword>TRUE</keyword>
    </is-unicode>
    <deletion-requested>
      <null/>
    </deletion-requested>
    <deletion-requested-email>
      <null/>
    </deletion-requested-email>
    <expiration-time>
      <null/>
    </expiration-time>
  </paste>
</paste-with-annotations>
