From d22c5966c130ef7768bac7914cb4dafa74088036 Mon Sep 17 00:00:00 2001 From: deva Date: Fri, 16 May 2008 15:00:12 +0000 Subject: Worked on the connection of the various elements of the server. --- server/src/template.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'server/src/template.h') diff --git a/server/src/template.h b/server/src/template.h index e3b030c..0884c08 100644 --- a/server/src/template.h +++ b/server/src/template.h @@ -54,7 +54,7 @@ public: std::map< std::string, std::string > attributes; }; -class MacroSequence { +class Course { public: std::vector< Macro > macroes; std::map< std::string, std::string > attributes; @@ -62,7 +62,7 @@ public: class Template { public: - MacroSequence macrosequence; + Course course; std::map< std::string, std::string > attributes; }; -- cgit v1.2.3