]>
git.saurik.com Git - apple/security.git/blob - OSX/libsecurity_transform/lib/NullTransform.h
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
);