Committing updates.
This commit is contained in:
32
src/processes/Processes.hpp
Normal file
32
src/processes/Processes.hpp
Normal file
@@ -0,0 +1,32 @@
|
||||
/*++
|
||||
|
||||
Library name:
|
||||
|
||||
apostol-core
|
||||
|
||||
Module Name:
|
||||
|
||||
Processes.hpp
|
||||
|
||||
Notices:
|
||||
|
||||
Application others processes
|
||||
|
||||
Author:
|
||||
|
||||
Copyright (c) Prepodobny Alen
|
||||
|
||||
mailto: alienufo@inbox.ru
|
||||
mailto: ufocomp@gmail.com
|
||||
|
||||
--*/
|
||||
|
||||
#ifndef APOSTOL_PROCESSES_HPP
|
||||
#define APOSTOL_PROCESSES_HPP
|
||||
//----------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
static inline void CreateProcesses(CCustomProcess *AParent, CApplication *AApplication) {
|
||||
|
||||
}
|
||||
|
||||
#endif //APOSTOL_PROCESSES_HPP
|
||||
Reference in New Issue
Block a user