Changeset 898
- Timestamp:
- Jun 29, 2003, 11:15:48 PM (18 years ago)
- Location:
- to-imperative/trunk/library/include/refal
- Files:
-
- 1 added
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
to-imperative/trunk/library/include/refal/Access.hh
r557 r898 1 #ifndef __ Access_hh__2 #define __ Access_hh__1 #ifndef __refal__Access_hh__ 2 #define __refal__Access_hh__ 3 3 4 4 #include <rf_core.hh> … … 28 28 } 29 29 30 #endif // __ Access_hh__30 #endif // __refal__Access_hh__ -
to-imperative/trunk/library/include/refal/Arithm.hh
r590 r898 1 #ifndef __ Arithm_hh__2 #define __ Arithm_hh__1 #ifndef __refal__Arithm_hh__ 2 #define __refal__Arithm_hh__ 3 3 4 4 #include <rf_core.hh> … … 30 30 } 31 31 32 #endif // __ Arithm_hh__32 #endif // __refal__Arithm_hh__ -
to-imperative/trunk/library/include/refal/Box.hh
r503 r898 1 #ifndef __ Box_hh__2 #define __ Box_hh__1 #ifndef __refal__Box_hh__ 2 #define __refal__Box_hh__ 3 3 4 4 #include <rf_core.hh> … … 14 14 RF_DECL (Box); 15 15 16 RF_DECL (_q_); 17 16 18 RF_DECL (Store); 17 18 RF_DECL (_q_);19 19 20 20 } … … 22 22 } 23 23 24 #endif // __ Box_hh__24 #endif // __refal__Box_hh__ -
to-imperative/trunk/library/include/refal/Class.hh
r891 r898 1 #ifndef __ Class_hh__2 #define __ Class_hh__1 #ifndef __refal__Class_hh__ 2 #define __refal__Class_hh__ 3 3 4 4 #include <rf_core.hh> … … 38 38 } 39 39 40 #endif // __ Class_hh__40 #endif // __refal__Class_hh__ -
to-imperative/trunk/library/include/refal/Convert.hh
r557 r898 1 #ifndef __ Convert_hh__2 #define __ Convert_hh__1 #ifndef __refal__Convert_hh__ 2 #define __refal__Convert_hh__ 3 3 4 4 #include <rf_core.hh> … … 30 30 } 31 31 32 #endif // __ Convert_hh__32 #endif // __refal__Convert_hh__ -
to-imperative/trunk/library/include/refal/StdIO.hh
r423 r898 1 #ifndef __ StdIO_hh__2 #define __ StdIO_hh__1 #ifndef __refal__StdIO_hh__ 2 #define __refal__StdIO_hh__ 3 3 4 4 #include <rf_core.hh> … … 11 11 namespace StdIO 12 12 { 13 14 const Expr StdIn = new rftype::Channel (); 15 16 const Expr StdOut = new rftype::Channel (); 17 18 const Expr StdErr = new rftype::Channel (); 13 19 14 20 RF_DECL (Channel); … … 56 62 } 57 63 58 #endif // __ StdIO_hh__64 #endif // __refal__StdIO_hh__
Note: See TracChangeset
for help on using the changeset viewer.