From 48c46dfdd986ad4a7a0692d05992f7882bef6a88 Mon Sep 17 00:00:00 2001 From: Sascha Volkenandt Date: Tue, 2 Jan 2007 19:18:27 +0000 Subject: - initial checkin --- channels.ecpp | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 channels.ecpp (limited to 'channels.ecpp') diff --git a/channels.ecpp b/channels.ecpp new file mode 100644 index 0000000..6458f5b --- /dev/null +++ b/channels.ecpp @@ -0,0 +1,22 @@ +<%pre> +#include + + + + ecpp-application testproject + + +<{ + + for (cChannel *channel = Channels.First(); channel; channel = Channels.Next(channel)) { + if (!channel->GroupSep() && *channel->Name()) { +}> + <$ channel->Name() $> +<{ + } + } + + +}> + + -- cgit v1.2.3