/**************************************************************************** Worker::Control process main ----------------------------------------- begin : 2015/06/03 copyright : (C) 2005 Solbox Inc. author : Dev Storage Team email : huibong@solbox.com version : 3.5 CopyRight(C) 2005 Solbox Inc. All Rights reserved. Redistribution and use in source and binary forms, with or with out modification, are not permitted in outside of Solbox Inc. *****************************************************************************/ #ifndef __WORKER_CONTROL_H__ #define __WORKER_CONTROL_H__ #include #ifdef __cplusplus extern "C" { #endif // Worker::Control ÇÁ·Î¼¼½ºÀÇ Main ¿ªÈ°À» ¼öÇàÇϱâ À§ÇÑ ÇÔ¼ö. int WorkerControlMain( void ); #ifdef __cplusplus } #endif #endif /* __WORKER_CONTROL_H__ */