1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 module ooo
{ module vba
{ module adodb
{
3 constants ConnectPromptEnum
{
4 const long adPromptAlways
= 1;
5 const long adPromptComplete
= 2;
6 const long adPromptCompleteRequired
= 3;
7 const long adPromptNever
= 4;
11 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */