diff options
author | lbsa71 | 2007-03-16 15:45:07 +0000 |
---|---|---|
committer | lbsa71 | 2007-03-16 15:45:07 +0000 |
commit | 623e9e991aee3f064ae04522852ad0de98715680 (patch) | |
tree | 9e1bef7b8d41bb2492999abb326d8e0dc42a230e /src/OpenSim.Framework/LoginService.cs | |
parent | Added Framework Project and Made buildfiles work on windows. (diff) | |
download | opensim-SC-623e9e991aee3f064ae04522852ad0de98715680.zip opensim-SC-623e9e991aee3f064ae04522852ad0de98715680.tar.gz opensim-SC-623e9e991aee3f064ae04522852ad0de98715680.tar.bz2 opensim-SC-623e9e991aee3f064ae04522852ad0de98715680.tar.xz |
* renamed Framework Project to OpenSim.Framework
Diffstat (limited to 'src/OpenSim.Framework/LoginService.cs')
-rw-r--r-- | src/OpenSim.Framework/LoginService.cs | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/OpenSim.Framework/LoginService.cs b/src/OpenSim.Framework/LoginService.cs new file mode 100644 index 0000000..85fe761 --- /dev/null +++ b/src/OpenSim.Framework/LoginService.cs | |||
@@ -0,0 +1,15 @@ | |||
1 | using System; | ||
2 | using System.Collections; | ||
3 | using System.Collections.Generic; | ||
4 | using System.Text; | ||
5 | using Nwc.XmlRpc; | ||
6 | using OpenSim.GridServers; | ||
7 | using libsecondlife; | ||
8 | |||
9 | namespace OpenSim.Framework | ||
10 | { | ||
11 | public abstract class LoginService | ||
12 | { | ||
13 | |||
14 | } | ||
15 | } | ||