[aquaskk-changes 378] CVS update: AquaSKK/src/statemachine

Back to archive index

t-suw****@users***** t-suw****@users*****
2007年 9月 16日 (日) 09:21:45 JST


Index: AquaSKK/src/statemachine/GenericStateMachine.h
diff -u AquaSKK/src/statemachine/GenericStateMachine.h:1.1.2.1 AquaSKK/src/statemachine/GenericStateMachine.h:1.1.2.2
--- AquaSKK/src/statemachine/GenericStateMachine.h:1.1.2.1	Sun Aug 26 01:34:45 2007
+++ AquaSKK/src/statemachine/GenericStateMachine.h	Sun Sep 16 09:21:45 2007
@@ -231,11 +231,13 @@
     // ======================================================================
     template <class StateContainer, template <typename Handler, typename Event> class Inspector = EmptyInspector>
     class GenericStateMachine {
+    public:
         typedef typename StateContainer::Handler Handler;
         typedef typename StateContainer::Event Event;
         typedef typename StateContainer::State State;
         typedef typename StateContainer::Output Output;
 
+    private:
         StateContainer container_;
 	Inspector<Handler, Event> inspector_;
 


aquaskk-changes メーリングリストの案内
Back to archive index