ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/DecentralizedMedia/DecentralizedMedia.cpp
Revision: 464
Committed: 2005-06-07T05:40:41-07:00 (20 years ago) by douglas
File size: 304 byte(s)
Log Message:
Meep!

File Contents

# User Rev Content
1 douglas 464 // Decentralized Media
2     //
3     // Douglas Thrift
4     //
5     // $Id$
6    
7     #include <iostream>
8    
9     #include "BeepRemote.hpp"
10    
11     int main(int argc, char* argv[])
12     {
13     std::vector<std::string> list;
14    
15     for (int index(1); index != argc; ++index)
16     list.push_back(argv[index]);
17    
18     BeepRemote bmp;
19    
20     bmp.PlaylistAdd(list);
21    
22     return 0;
23     }

Properties

Name Value
svn:eol-style native
svn:keywords Id