]>
git.saurik.com Git - apple/security.git/blob - OSX/libsecurity_transform/lib/NullTransform.h
44afcf22137c370943e213bb1a9b7e8e3c6721eb
   1 #ifndef __NULL_TRANSFORM__ 
   2 #define __NULL_TRANSFORM__ 
   7 #include "TransformFactory.h" 
  11 class NullTransform 
: public Transform
 
  14         std::string 
DebugDescription(); 
  18         static CFTypeRef 
Make(); 
  19         static TransformFactory
* MakeTransformFactory(); 
  21         virtual void AttributeChanged(CFStringRef name
, CFTypeRef value
);