Added copyright lines for files I've edited this year.
[synfig.git] / synfig-core / trunk / src / synfig / valuenode_timedswap.h
index 5795f28..9e33646 100644 (file)
@@ -1,11 +1,12 @@
 /* === S Y N F I G ========================================================= */
 /*!    \file valuenode_timedswap.h
-**     \brief Template Header
+**     \brief Header file for implementation of the "Timed Swap" valuenode conversion.
 **
 **     $Id$
 **
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
+**     Copyright (c) 2007, 2008 Chris Moore
 **
 **     This package is free software; you can redistribute it and/or
 **     modify it under the terms of the GNU General Public License as
@@ -55,20 +56,6 @@ public:
 
        virtual ~ValueNode_TimedSwap();
 
-       bool set_before(const ValueNode::Handle &a);
-       ValueNode::Handle get_before()const;
-       bool set_after(const ValueNode::Handle &a);
-       ValueNode::Handle get_after()const;
-
-       void set_swap_time_real(Time x);
-       bool set_swap_time(const ValueNode::Handle &x);
-       ValueNode::Handle get_swap_time()const;
-
-       void set_swap_length_real(Time x);
-       bool set_swap_length(const ValueNode::Handle &x);
-       ValueNode::Handle get_swap_length()const;
-
-
        virtual bool set_link_vfunc(int i,ValueNode::Handle x);
        virtual ValueNode::LooseHandle get_link_vfunc(int i)const;
        virtual int link_count()const;