~dominik-burgdoerfer/webplodder/0.4

« back to all changes in this revision

Viewing changes to src/webplodder/functions/pagecontent.hpp

  • Committer: Dominik Burgdörfer
  • Date: 2010-06-30 12:50:57 UTC
  • Revision ID: dominik@domachine-20100630125057-13e0hxs790e86pmk
introduced macros

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
namespace webplodder {
23
23
    namespace functions {
24
 
        class PageContent : public Processor::DefaultFunction
 
24
        class PageContent : public Processor::DefaultMacro
25
25
        {
26
26
        public:
27
 
            wesl::elements::ElementPtr
28
 
                call(wesl::CallInfo& callInfo);
 
27
            
 
28
            void call(wesl::CallInfo& callInfo, std::ostream& stream);
29
29
        };
30
30
    }
31
31
}