Subversion Repositories Applications.papyrus

Rev

Rev 1372 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1372 Rev 1422
1
/*
1
/*
2
	Copyright (c) 2004-2006, The Dojo Foundation
2
	Copyright (c) 2004-2006, The Dojo Foundation
3
	All Rights Reserved.
3
	All Rights Reserved.
4
 
4
 
5
	Licensed under the Academic Free License version 2.1 or above OR the
5
	Licensed under the Academic Free License version 2.1 or above OR the
6
	modified BSD license. For more information on Dojo licensing, see:
6
	modified BSD license. For more information on Dojo licensing, see:
7
 
7
 
8
		http://dojotoolkit.org/community/licensing.shtml
8
		http://dojotoolkit.org/community/licensing.shtml
9
*/
9
*/
-
 
10
 
-
 
11
 
10
 
12
 
11
dojo.provide("dojo.data.old.provider.MySql");
13
dojo.provide("dojo.data.old.provider.MySql");
12
dojo.require("dojo.data.old.provider.Base");
14
dojo.require("dojo.data.old.provider.Base");
13
dojo.data.old.provider.MySql = function () {
15
dojo.data.old.provider.MySql = function () {
14
	dojo.unimplemented("dojo.data.old.provider.MySql");
16
	dojo.unimplemented("dojo.data.old.provider.MySql");
15
};
17
};
16
dojo.inherits(dojo.data.old.provider.MySql, dojo.data.old.provider.Base);
18
dojo.inherits(dojo.data.old.provider.MySql, dojo.data.old.provider.Base);
17
 
19