[xiph-commits] r8382 -
trunk/oggdsf/src/lib/core/directshow/dsfOggDemux
illiminable at motherfish-iii.xiph.org
illiminable at motherfish-iii.xiph.org
Mon Dec 13 22:27:20 PST 2004
Author: illiminable
Date: 2004-12-13 22:27:19 -0800 (Mon, 13 Dec 2004)
New Revision: 8382
Added:
trunk/oggdsf/src/lib/core/directshow/dsfOggDemux/HTTPOggSeeking.cpp
trunk/oggdsf/src/lib/core/directshow/dsfOggDemux/HTTPOggSeeking.h
Log:
* Possible change of plan... checkin in case of major borkage !
Added: trunk/oggdsf/src/lib/core/directshow/dsfOggDemux/HTTPOggSeeking.cpp
===================================================================
--- trunk/oggdsf/src/lib/core/directshow/dsfOggDemux/HTTPOggSeeking.cpp 2004-12-14 05:30:16 UTC (rev 8381)
+++ trunk/oggdsf/src/lib/core/directshow/dsfOggDemux/HTTPOggSeeking.cpp 2004-12-14 06:27:19 UTC (rev 8382)
@@ -0,0 +1,10 @@
+#include "StdAfx.h"
+#include ".\httpoggseeking.h"
+
+HTTPOggSeeking::HTTPOggSeeking(void)
+{
+}
+
+HTTPOggSeeking::~HTTPOggSeeking(void)
+{
+}
Added: trunk/oggdsf/src/lib/core/directshow/dsfOggDemux/HTTPOggSeeking.h
===================================================================
--- trunk/oggdsf/src/lib/core/directshow/dsfOggDemux/HTTPOggSeeking.h 2004-12-14 05:30:16 UTC (rev 8381)
+++ trunk/oggdsf/src/lib/core/directshow/dsfOggDemux/HTTPOggSeeking.h 2004-12-14 06:27:19 UTC (rev 8382)
@@ -0,0 +1,8 @@
+#pragma once
+
+class HTTPOggSeeking
+{
+public:
+ HTTPOggSeeking(void);
+ ~HTTPOggSeeking(void);
+};
More information about the commits
mailing list