~mahara-contributors/mahara-adminlang/adminlang-master

« back to all changes in this revision

Viewing changes to htdocs/lib/flowplayer/src/actionscript/org/flowplayer/controller/TimeProvider.as

  • Committer: Ruslan Kabalin
  • Date: 2011-08-03 14:54:09 UTC
  • Revision ID: git-v1:a3409b53a971ec3bad8b5d1329298046d9596381
Revert back to master brach.

The adminlang-master was mistakingly based on the mahara 1.3_STABLE. This is
required for easy merge with the master.

Command used:
for i in `git rev-list
f731cf9b2cf72b61ed6a317acab23a30b9046c8a..afb5850ba246f41b624c162e8d8e6e72c534f239`;
do git revert -n $i; done

Change-Id: I9db8553a66facfaca81492cd978f974c6e7b8892

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*    
 
2
 *    Author: Anssi Piirainen, <api@iki.fi>
 
3
 *
 
4
 *    Copyright (c) 2009 Flowplayer Oy
 
5
 *
 
6
 *    This file is part of Flowplayer.
 
7
 *
 
8
 *    Flowplayer is licensed under the GPL v3 license with an
 
9
 *    Additional Term, see http://flowplayer.org/license_gpl.html
 
10
 */
 
11
package org.flowplayer.controller {
 
12
    import flash.net.NetStream;
 
13
 
 
14
    public interface TimeProvider {
 
15
 
 
16
        function getTime(netStream:NetStream):Number;
 
17
        
 
18
    }
 
19
}
 
 
b'\\ No newline at end of file'