#define error(X...) \
fprintf(stderr, "%s(%d): pid=%ld :", __FILE__, __LINE__, (long)getpid() ); \
fprintf(stderr,X); \
-
+
#define warn(X...) \
fprintf(stderr, "%s(%d): pid=%ld :", __FILE__, __LINE__, (long)getpid() ); \
fprintf(stderr,X); \
-
+
#else /* __GNUC__ */
/* non-GCC compilers can't do the above macro define yet. */
/* Adaptation::Ecap::ServiceRep */
Adaptation::Ecap::ServiceRep::ServiceRep(const ServiceConfigPointer &cfg):
- /*AsyncJob("Adaptation::Ecap::ServiceRep"),*/ Adaptation::Service(cfg),
+/*AsyncJob("Adaptation::Ecap::ServiceRep"),*/ Adaptation::Service(cfg),
isDetached(false)
{
}
mtCollapsedForwardingNotification,
mtCacheMgrRequest, mtCacheMgrResponse
#if SQUID_SNMP
-,
-mtSnmpRequest, mtSnmpResponse
+ ,
+ mtSnmpRequest, mtSnmpResponse
#endif
} MessageType;