13 lines
142 B
Plaintext
13 lines
142 B
Plaintext
/*
|
|
* The Evolution Personal Organization Server.
|
|
*
|
|
* Copyright 2000, Helix Code, Inc.
|
|
*/
|
|
|
|
module Evolution {
|
|
|
|
interface Config {
|
|
|
|
};
|
|
};
|