Homepage | Demos | Overview | Downloads | Tutorials | Reference | Credits |
SoundPlay/entry.hGo to the documentation of this file.00001 // 00002 // entry.h 00003 // 00004 // This file is generated by stubgen2. 00005 // 00006 00007 // 00008 // Copyright 2002 Sony Corporation 00009 // 00010 // Permission to use, copy, modify, and redistribute this software for 00011 // non-commercial use is hereby granted. 00012 // 00013 // This software is provided "as is" without warranty of any kind, 00014 // either expressed or implied, including but not limited to the 00015 // implied warranties of fitness for a particular purpose. 00016 // 00017 00018 #ifndef _entry_h_DEFINED 00019 #define _entry_h_DEFINED 00020 00021 #include <Types.h> 00022 #include "def.h" 00023 00024 const int numOfHook = 4; 00025 00026 const Selector Entry_Hook [numOfHook] = { 0, 1, 2, 3 }; 00027 const Selector Entry_Control[numOfSubject] = { 4, 5, 6 }; 00028 const Selector Entry_Ready [numOfSubject] = { 7, 8, 9 }; 00029 const Selector Entry_Connect[numOfObserver] = { 10, 11 }; 00030 const Selector Entry_Notify [numOfObserver] = { 12, 13 }; 00031 00032 // 00033 // Number of basic entries is 00034 // numOfHook + (numOfSubject + numOfObserver) * 2 00035 // 00036 const longword numOfBasicEntries = 14; 00037 00038 #endif // _entry_h_DEFINED |
Tekkotsu v2.2 |
Generated Tue Oct 19 14:19:13 2004 by Doxygen 1.3.9.1 |