1 // This file is part of a terminal todo application.
3 // Copyright (C) 2006 by Mike Sharov <msharov@users.sourceforge.net>
4 // This file is free software, distributed under the MIT License.
9 #ifndef TODO_H_2485BD5D6B62EC7E1E1B95096F9679E7
10 #define TODO_H_2485BD5D6B62EC7E1E1B95096F9679E7
14 class CTodoApp
: public CApplication
{
16 static CTodoApp
& Instance (void);
18 void OnCreate (argc_t argc
, argv_t argv
);
21 void GetDefaultFilename (string
& filename
) const;
24 CCurlistDocument m_Curlist
;