00001 // /// // 00002 // ///// //// 00003 // /// XXX XXX /// 00004 // /// XXX XXX /// $RCSfile: mxcpc_namespace.cpp,v $ 00005 // /// XXX /// $Revision: 1.4 $ 00006 // /// XXX XXX /// $Date: 2005/08/09 13:57:26 $ 00007 // //// XXX XXX //// $Author: cvs-steve $ 00008 // //// //// 00009 // //// M O B O T I X //////////////////////////////////////////////// 00010 // //// Security Vision Systems /////////////////////////////////////////////// 00011 00012 // Copyright (c) 2005, MOBOTIX AG. 00013 // This software is made available under the BSD licence. Please refer 00014 // to the file LICENCE.TXT contained in this distribution for details. 00015 00016 00017 #include <mxcpc_namespace.h> 00018 00019 #include <cstdio> 00020 00021 00022 00023 void mxcpc::sendStatusMsg(const char *txt, void *class_ptr) { 00024 00025 if (class_ptr==NULL) 00026 class_ptr = (void*)0; 00027 00028 std::fprintf(stderr,"mxcpc: %s\n", txt); 00029 00030 00031 } 00032