ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
sub_mgr
standardtcactionhandlers.h
Go to the documentation of this file.
1
/*==============================================================================
2
Copyright (c) 2003-2005 UGS Corporation
3
Unpublished - All Rights Reserved
4
==============================================================================*/
5
6
/* */
7
8
#ifndef STANDARDTCACTIONHANDLERS_H
9
#define STANDARDTCACTIONHANDLERS_H
10
11
#include <sub_mgr/libsub_mgr_exports.h>
12
19
#define STDHANDLER_GS_SYNC_ID "IMAN_G_iMAN_Auto_Sync"
20
#define STDHANDLER_GS_SYNC_FUNC "IMANHANDLER_start_giman_auto_sync"
21
22
#define STDHANDLER_MAIL_NOTIFY_ID "IMAN_Smtp_Mail_Notify"
23
#define STDHANDLER_MAIL_NOTIFY_FUNC "IMANHANDLER_mail_notify"
24
25
#define STDHANDLER_PROXY_LINK_ID "IMAN_Proxy_Link"
26
#define STDHANDLER_PROXY_LINK_FUNC "TCHANDLER_proxy_link"
27
28
// Schedule Notifications
29
#define STDHANDLER_SCHMGT_NOTIFICATION_ID "TC_SCHMGT_Notifications"
30
#define STDHANDLER_SCHMGT_NOTIFICATION_FUNC "TCHANDLER_schmgt_notifications"
31
34
#include <sub_mgr/libsub_mgr_undef.h>
35
#endif