From 43d65dc03325bcce8561423b9607f7e114355f7d Mon Sep 17 00:00:00 2001 From: ferbas Date: Wed, 13 Jan 2010 09:41:29 +0000 Subject: initial import git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@545 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c --- .../sources/import/SDK/ASFunctionLogger.h | 67 ++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 Adobe_SigHandler/Adobe.PDF-AS-SigHandler/sources/import/SDK/ASFunctionLogger.h (limited to 'Adobe_SigHandler/Adobe.PDF-AS-SigHandler/sources/import/SDK/ASFunctionLogger.h') diff --git a/Adobe_SigHandler/Adobe.PDF-AS-SigHandler/sources/import/SDK/ASFunctionLogger.h b/Adobe_SigHandler/Adobe.PDF-AS-SigHandler/sources/import/SDK/ASFunctionLogger.h new file mode 100644 index 0000000..3eccb71 --- /dev/null +++ b/Adobe_SigHandler/Adobe.PDF-AS-SigHandler/sources/import/SDK/ASFunctionLogger.h @@ -0,0 +1,67 @@ +/***********************************************************************/ +/* */ +/* ASFunctionLogger.h */ +/* */ +/* Copyright 1999 Adobe Systems Incorporated. */ +/* All Rights Reserved. */ +/* */ +/* Patents Pending */ +/* */ +/* NOTICE: All information contained herein is the property of Adobe */ +/* Systems Incorporated. Many of the intellectual and technical */ +/* concepts contained herein are proprietary to Adobe, are protected */ +/* as trade secrets, and are made available only to Adobe licensees */ +/* for their internal use. Any reproduction or dissemination of this */ +/* software is strictly forbidden unless prior written permission is */ +/* obtained from Adobe. */ +/* */ +/* Started by Eric Scouten, 08/02/1999 */ +/* */ +/***********************************************************************/ + +#ifndef __ASFunctionLogger__ +#define __ASFunctionLogger__ + + // ASAPI +#include "ASTypes.h" + + +#pragma PRAGMA_ALIGN_BEGIN +#pragma PRAGMA_IMPORT_BEGIN + + +#ifdef __cplusplus +extern "C" { +#endif + + + +// ============================================================================= +// * ASFunctionLoggerSuite +// ============================================================================= + +#define kASFunctionLoggerSuite "AS Function Logger Suite" +#define kASFunctionLoggerSuiteVersion1 1 + +// ----------------------------------------------------------------------------- + +typedef struct +{ + + void ASAPI (*EnterFunction)(const char* inSuiteName, const char* inFunctionName); + void ASAPI (*ExitFunction)(const char* inSuiteName, const char* inFunctionName); + void ASAPI (*FunctionParameter)(const char* inParamName, const char* inParamValue); + +} ASFunctionLoggerSuite1; + + +// ----------------------------------------------------------------------------- + +#pragma PRAGMA_IMPORT_END +#pragma PRAGMA_ALIGN_END + +#ifdef __cplusplus +} +#endif + +#endif -- cgit v1.2.3