~cbehrens/openstack-guest-agents/lp764221

« back to all changes in this revision

Viewing changes to src/xenserver/windows/src/Rackspace.Cloud.Server.Agent/Utilities/Statics.cs

  • Committer: Antony Messerli
  • Date: 2011-03-02 21:56:51 UTC
  • Revision ID: amesserl@rackspace.com-20110302215651-0clqh49spumg13c6
Initial commit Rackspace Windows Guest Agent

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
using Rackspace.Cloud.Server.DiffieHellman;
 
2
 
 
3
namespace Rackspace.Cloud.Server.Agent.Utilities {
 
4
    public class Statics {
 
5
        public static bool ShouldPollXenStore = true;
 
6
        public static IDiffieHellman DiffieHellman;
 
7
        public static string DiffieHellmanCollaboratorKey;
 
8
    }
 
9
}
 
 
b'\\ No newline at end of file'