ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/DecentralizedMedia/DecentralizedMedia.hpp
(Generate patch)

Comparing DecentralizedMedia/DecentralizedMedia.cpp (file contents):
Revision 464 by douglas, 2005-06-07T05:40:41-07:00 vs.
Revision 468 by douglas, 2005-06-07T16:38:52-07:00

# Line 4 | Line 4
4   //
5   // $Id$
6  
7 < #include <iostream>
7 > #include <menes-app/simple.hpp>
8  
9   #include "BeepRemote.hpp"
10  
11 < int main(int argc, char* argv[])
11 > int Main(const app::Options& options)
12   {
13        std::vector<std::string> list;
14
15        for (int index(1); index != argc; ++index)
16                list.push_back(argv[index]);
17
13          BeepRemote bmp;
14  
20        bmp.PlaylistAdd(list);
21
15          return 0;
16   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines